Open
Conversation
SaltTan
reviewed
Mar 24, 2026
|
|
||
| ## ON CLUSTER relation (important) | ||
|
|
||
| `ON CLUSTER` itself uses Keeper-backed distributed DDL queue (row 4). |
Contributor
There was a problem hiding this comment.
Suggested change
| `ON CLUSTER` itself uses Keeper-backed distributed DDL queue (row 4). | |
| `ON CLUSTER` itself relies on a Keeper-backed distributed DDL queue (see row 4). |
| ## ON CLUSTER relation (important) | ||
|
|
||
| `ON CLUSTER` itself uses Keeper-backed distributed DDL queue (row 4). | ||
| Some features above already replicate through Keeper, so `ON CLUSTER` can be redundant: |
Contributor
There was a problem hiding this comment.
Suggested change
| Some features above already replicate through Keeper, so `ON CLUSTER` can be redundant: | |
| Some of the features listed above already replicate via Keeper, which can make `ON CLUSTER` redundant: |
| | 15 | Experimental transactions | Configure `transaction_log.zookeeper_path` (and enable related experimental transaction settings). | Default: `/clickhouse/txn`. | `<path>/tail_ptr` and `<path>/log/csn-*` sequential nodes storing commit sequence and transaction IDs. | | ||
| | 16 | `Shared` database engine (Cloud) | ClickHouse Cloud managed behavior (not typically user-configured in self-managed OSS). | Internal/cloud-managed. | Shared catalog is Keeper-backed; low-level path layout is internal and not documented as a stable public contract. | | ||
|
|
||
| ## ON CLUSTER relation (important) |
Contributor
There was a problem hiding this comment.
Suggested change
| ## ON CLUSTER relation (important) | |
| ## How ON CLUSTER fits in (important) |
|
|
||
| ## Notes | ||
|
|
||
| - For many rows, path names can be redirected to auxiliary Keeper clusters using `<auxiliary_zookeepers>` and `cluster_name:/path` notation where supported. |
Contributor
There was a problem hiding this comment.
Suggested change
| - For many rows, path names can be redirected to auxiliary Keeper clusters using `<auxiliary_zookeepers>` and `cluster_name:/path` notation where supported. | |
| - For many features, path names can be redirected to auxiliary Keeper clusters using `<auxiliary_zookeepers>` and the `cluster_name:/path` notation, where supported. |
| ## Notes | ||
|
|
||
| - For many rows, path names can be redirected to auxiliary Keeper clusters using `<auxiliary_zookeepers>` and `cluster_name:/path` notation where supported. | ||
| - Node names shown above are the stable conceptual layout from current source tree; some minor subnodes are version-specific. |
Contributor
There was a problem hiding this comment.
Suggested change
| - Node names shown above are the stable conceptual layout from current source tree; some minor subnodes are version-specific. | |
| - The metadata structure shown above reflects the stable conceptual layout from the current source tree; some minor subnodes may vary by version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have read the CLA Document and I hereby sign the CLA